Skip to content

Commit 89f8e41

Browse files
author
CI Build
committed
Update RELEASE-NOTES.md, module.go and *.go files for new version 0.3.0
1 parent b0752c0 commit 89f8e41

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE-NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# go-module-template release notes
22

3+
## 2023-12-19 - v0.3.0
4+
5+
### Added/Refactoring
6+
7+
- Added CodeQL analysis
8+
39
## 2023-12-08 - v0.2.0
410

511
### Added/Refactoring

module.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package mymodule
33

44
const (
55
// Version holds the semantic version number of this module.
6-
Version = "0.2.0"
6+
Version = "0.3.0"
77
)
88

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

0 commit comments

Comments
 (0)