Skip to content

Commit 1fabd6b

Browse files
committed
chore: fix version to 1.0.3
1 parent 8482b16 commit 1fabd6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
// Version information
99
var (
1010
// Version is the current version of Lumo
11-
Version = "1.1.0"
11+
Version = "1.0.3"
1212

1313
// BuildDate is the date when the binary was built
1414
BuildDate = "Mar 16 2026"

0 commit comments

Comments
 (0)