Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Another fix for the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterclaerhout committed Oct 26, 2021
1 parent e9c65f3 commit 97d9a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go-james.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versioninfo/versioninfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 97d9a5e

Please sign in to comment.