summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Didron <0x6664@hey.com>2020-10-08 13:18:38 +0900
committerFlorian Didron <0x6664@hey.com>2020-10-08 13:18:38 +0900
commit8bf84fb9fe2b11e8c8d2ca75095eef760ea7d792 (patch)
tree41030d1c3382d14930c2e8103e508523d6227b1b
parent6006c126597d0378b4dd187134284f2f0c6db04a (diff)
chore: bump version to 2.1.02.1.0-winx642.1.0-osx2.1.0-linux
-rw-r--r--wally/version.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/wally/version.go b/wally/version.go
index 1d16558..ad0febb 100644
--- a/wally/version.go
+++ b/wally/version.go
@@ -6,12 +6,12 @@ import "runtime"
func GetAppVersion() string {
switch runtime.GOOS {
case "darwin":
- return "2.0.0"
+ return "2.1.0"
case "linux":
- return "2.0.0"
+ return "2.1.0"
case "windows":
- return "2.0.0"
+ return "2.1.0"
default:
- return "2.0.0"
+ return "2.1.0"
}
}