diff --git a/go-james.json b/go-james.json index e4f559d..a30ed3d 100644 --- a/go-james.json +++ b/go-james.json @@ -1,7 +1,7 @@ { "project": { "name": "go-james", - "version": "1.8.0", + "version": "1.8.1", "description": "James is your butler and helps you to create, build, test and run your Go projects", "copyright": "© 2019-2021 Copyright Pieter Claerhout", "package": "github.com/pieterclaerhout/go-james", diff --git a/versioninfo/versioninfo.go b/versioninfo/versioninfo.go index 9d2593c..d10370f 100644 --- a/versioninfo/versioninfo.go +++ b/versioninfo/versioninfo.go @@ -10,7 +10,7 @@ var ProjectDescription string = "James is your butler and helps you to create, b var ProjectCopyright string = "© 2019-2021 Copyright Pieter Claerhout" // Version contains the version number from the config file -var Version string = "2.0.0" +var Version string = "1.8.1" // Revision will be injected with the current commit hash var Revision string = "head"