diff --git a/main.go b/main.go index 4783fe5..0b4f1b0 100644 --- a/main.go +++ b/main.go @@ -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.