OSDN Git Service

edit version to 1.1.8 (#564) v1.1.8
authorPaladz <yzhu101@uottawa.ca>
Wed, 27 Jan 2021 12:42:12 +0000 (20:42 +0800)
committerGitHub <noreply@github.com>
Wed, 27 Jan 2021 12:42:12 +0000 (20:42 +0800)
Co-authored-by: paladz <colt@ColtdeMacBook-Pro.local>
version/version.go

index 5db8e35..cbfbe62 100644 (file)
@@ -47,7 +47,7 @@ const (
 
 var (
        // The full version string
-       Version = "1.1.7"
+       Version = "1.1.8"
        // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
        GitCommit string
        Status    *UpdateStatus