We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b949f1 commit d22a535Copy full SHA for d22a535
1 file changed
cmd/version.go
@@ -34,7 +34,7 @@ var versionCmd = &cobra.Command{
34
Short: "Returns the version of the Git LFS S3 caching adapter",
35
Long: `Returns the version of the running Git LFS S3 caching adapter binary.`,
36
Run: func(cmd *cobra.Command, args []string) {
37
- version := "0.6.5"
+ version := "0.7.0"
38
if short {
39
fmt.Println(version)
40
} else {
0 commit comments