Skip to content

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Nov 5, 2021
1 parent 433aaf3 commit 0074c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var (

var (
// Version is the version number of the bridge. Changed manually when making a release.
Version = "0.2.0+dev"
Version = "0.2.0"
// WAVersion is the version number exposed to WhatsApp. Filled in init()
WAVersion = ""
// VersionString is the bridge version, plus commit information. Filled in init() using the build-time values.
Expand Down

0 comments on commit 0074c79

Please sign in to comment.