updated the version file

This commit is contained in:
Todd Gruben 2014-01-30 13:03:25 -06:00
parent 5536f2348f
commit 81e17c4392

View file

@ -47,7 +47,7 @@ func NewService() *Service {
service.WebService = NewWebService(service)
service.Index = index.NewFragmentContainer()
service.Hold = hold.NewHolder()
service.version = "0.0.8"
service.version = "0.0.9"
service.name = "Cruncher"
service.PrepareLogging()
return service