Browse Source

version bump

pull/1780/head
Ethan Buchman 6 years ago
parent
commit
43e72bbcc0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      version/version.go

+ 2
- 2
version/version.go View File

@ -4,6 +4,6 @@ package version
const Maj = "0"
const Min = "10"
const Fix = "3"
const Fix = "4"
const Version = "0.10.3"
const Version = "0.10.4-dev"

Loading…
Cancel
Save