Skip to content

Commit 6cf3da4

Browse files
committed
Bump to version 0.6.3
1 parent 17ed163 commit 6cf3da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var versionCmd = &cobra.Command{
3434
Short: "Returns the version of the Git LFS S3 caching adapter",
3535
Long: `Returns the version of the running Git LFS S3 caching adapter binary.`,
3636
Run: func(cmd *cobra.Command, args []string) {
37-
version := "0.6.2"
37+
version := "0.6.3"
3838
if short {
3939
fmt.Println(version)
4040
} else {

0 commit comments

Comments
 (0)