Skip to content

Commit be5127e

Browse files
committedOct 29, 2019
Update
·
v6.0.0v5.0.0
1 parent 24524cd commit be5127e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/winlinvip/mod_major_error/v4
1+
module github.com/winlinvip/mod_major_error/v3
22

33
go 1.13

‎version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package mod_major_error
22

33
func Version() string {
4-
return "mme/4.0.0"
4+
return "mme/5.0.0"
55
}

0 commit comments

Comments
 (0)
Please sign in to comment.