Skip to content

Commit a41532a

Browse files
committedOct 6, 2022
Set release date and version for 0.1.0
1 parent f98473c commit a41532a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CHANGELOG
22

3-
## 0.1.0
3+
## 0.1.0 (2022-10-06)
44

55
* Initial version.

‎version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
const version = "0.0.0"
3+
const version = "0.1.0"

0 commit comments

Comments
 (0)
Please sign in to comment.