Skip to content

Commit

Permalink
chore: bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Didron committed Oct 8, 2020
1 parent 6006c12 commit 8bf84fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wally/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 8bf84fb

Please sign in to comment.