diff options
Diffstat (limited to 'version.go')
-rw-r--r-- | version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.go b/version.go index a088511d5..115da0162 100644 --- a/version.go +++ b/version.go @@ -2,4 +2,4 @@ package main // version of this package. // Update this value before release of new version of software. -const version = "0.10.0-dev" +const version = "0.10.0" |