Browse Source

version bump

pull/451/head
Ethan Buchman 8 years ago
parent
commit
a75353da6d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      version/version.go

+ 2
- 2
version/version.go View File

@ -2,6 +2,6 @@ package version
const Maj = "0"
const Min = "9"
const Fix = "0"
const Fix = "1"
const Version = "0.9.0"
const Version = "0.9.1"

Loading…
Cancel
Save