Skip to content

Commit f14323a

Browse files
committed
bump version to 0.6.4
1 parent 2f52280 commit f14323a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var (
1919
)
2020

2121
// Define the version of the application
22-
const version = "v0.6.3"
22+
const version = "v0.6.4"
2323

2424
func getLastModTime(file string) (time.Time, error) {
2525
absPath, _ := filepath.Abs(file)
@@ -33,7 +33,6 @@ func getLastModTime(file string) (time.Time, error) {
3333
func main() {
3434
configPath := flag.String("c", "", "path to the configuration file (TOML format)")
3535
showVersion := flag.Bool("v", false, "print the version and exit")
36-
3736
flag.Parse()
3837

3938
// If the version flag is provided, print the version and exit

0 commit comments

Comments
 (0)