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

Commit

Permalink
Version numbers now include 3 digits
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterclaerhout committed Oct 18, 2019
1 parent 3a0b484 commit 89c65b9
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": "0.4",
"version": "0.5.0",
"description": "James is your butler and helps you to create, build, test and run your Go projects",
"package": "github.com/pieterclaerhout/go-james",
"main_package": "github.com/pieterclaerhout/go-james/cmd/go-james"
Expand Down
2 changes: 1 addition & 1 deletion internal/creator/creator.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (creator Creator) createConfig(project common.Project, cfg config.Config) e
cfg = config.Config{
Project: config.ProjectConfig{
Name: creator.Name,
Version: "1.0",
Version: "1.0.0",
Description: creator.Description,
Package: creator.Package,
MainPackage: creator.Package + "/cmd/" + creator.Name,
Expand Down

0 comments on commit 89c65b9

Please sign in to comment.