We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ed163 commit 6cf3da4Copy full SHA for 6cf3da4
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.2"
+ version := "0.6.3"
38
if short {
39
fmt.Println(version)
40
} else {
0 commit comments