Skip to content

Commit a17d8bb

Browse files
Merge pull request #144 from uadmin/release-v0.10.1
change the version to v0.10.1
2 parents ff659fa + 1c93616 commit a17d8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const cEMAIL = "email"
8181
const cM2M = "m2m"
8282

8383
// Version number as per Semantic Versioning 2.0.0 (semver.org)
84-
const Version = "0.10.0"
84+
const Version = "0.10.1"
8585

8686
// VersionCodeName is the cool name we give to versions with significant changes.
8787
// This name should always be a bug's name starting from A-Z them revolving back.

0 commit comments

Comments
 (0)