fix(server/release_version): checkin to git

release-0.4
Brandon Philips 2014-01-13 11:53:21 -08:00
parent 0f97e3528a
commit e2e0853492
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
pkg/
/server/release_version.go
/go-bindata
/machine*
/bin

View File

@ -0,0 +1,2 @@
package server
const ReleaseVersion = "v0.2.1-pre"