Skip to content

Commit

Permalink
Update 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Apr 16, 2022
1 parent 97771ae commit d4d3233
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [0.9.3] - 2022-04-16
## Changed
- Parallelized update process
# [0.9.1] - 2022-03-19
## Changed
- Changed the message at the time of update was incorrect, so the message was corrected.
Expand Down
2 changes: 1 addition & 1 deletion internal/cmdinfo/cmdinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

const (
name = "gup"
version = "0.9.2"
version = "0.9.3"
)

// Version return gup command version.
Expand Down

0 comments on commit d4d3233

Please sign in to comment.