Skip to content

Commit

Permalink
chore(release): v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msound committed May 23, 2024
1 parent 2d6fc1e commit 373d0cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [v0.1.1](https://github.com/msound/example-helloworld/releases/tag/v0.1.1) - 2024-05-23

- [`2d6fc1e`](https://github.com/msound/example-helloworld/commit/2d6fc1e1fcf607de3fadc8f37b6c4c1fac9fb07d) fix: split helloworld into two words

## [v0.1.0](https://github.com/msound/example-helloworld/releases/tag/v0.1.0) - 2024-05-23

- [`403188f`](https://github.com/msound/example-helloworld/commit/403188f3a6897228423d1195dbf912375c98e320) feat: print hello world
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import "log"

const appVersion = "v0.1.0"
const appVersion = "v0.1.1"

func main() {
log.Println("Hello world", appVersion)
Expand Down

0 comments on commit 373d0cd

Please sign in to comment.