Skip to content

Commit

Permalink
Update RELEASE-NOTES.md, module.go and *.go files for new version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Build committed Nov 26, 2023
1 parent e7fdae7 commit 575b971
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# go-module-template release notes

## 2023-11-26 - v0.1.1

### Fixed/Improvement

- Fix action release to actually create a release package

## 2023-11-26 - v0.1.0

Template for Go module projects:
Expand Down
2 changes: 1 addition & 1 deletion module.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package mymodule

const (
// Version holds the semantic version number of this module.
Version = "0.1.0"
Version = "0.1.1"
)

// This file contains module's metadata only, which is package level documentation and module Version string.
Expand Down

0 comments on commit 575b971

Please sign in to comment.