Skip to content

Commit cd0265c

Browse files
authored
Merge pull request #20 from cybrota/release/update-version
version: update the app version
2 parents a950f6d + a4ecb63 commit cd0265c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ func main() {
3030
██╔══██╗██╔══╝ ██║ ██╔══██║██║ ██║ ██╔══╝ ██╔══██╗
3131
██║ ██║███████╗╚██████╗██║ ██║███████╗███████╗███████╗██║ ██║
3232
╚═╝ ╚═╝╚══════╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝╚═╝ ╚═╝
33-
Blazing-fast command history search with instant documentation and terminal execution.
33+
Blazing-fast command history search with instant documentation and terminal execution [Version: %s%s%s]
34+
35+
Copyright @ Naren Yellavula (Please give us a star ⭐ here: https://github.com/cybrota/recaller)
3436
35-
Copyright @ Naren Yellavula (Project Link: https://github.com/cybrota/recaller)
36-
Version: %s%s%s
3737
`
3838

3939
asciiLogo = fmt.Sprintf(asciiLogo, Green, version, Reset)

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
package main
1616

17-
const version = "v0.1.0"
17+
const version = "v0.1.1"

0 commit comments

Comments
 (0)