Skip to content

Commit

Permalink
bump v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwood committed Nov 27, 2020
1 parent 353255e commit 620e7cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Release
on:
create:
push:
tags:
- v*

Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var cfgFile, profile string
var cfgFileFound bool = true

var rootCmd = &cobra.Command{
Version: "0.1.0",
Version: "0.1.1",
Use: "glsnip",
Short: "Copy and paste using GitLab Snippets",
Long: `This app behaves like pbcopy(1) and pbpaste(1) on a Mac, or like xclip(1) on
Expand Down

0 comments on commit 620e7cc

Please sign in to comment.