Skip to content

Commit e331e03

Browse files
facchinmumbynos
authored andcommitted
update version to 1.0.1
1 parent 21c7449 commit e331e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var (
1717
binary = flag.String("D", "", "Path of the elf file to load")
1818
)
1919

20-
const Version = "1.0.0"
20+
const Version = "1.0.1"
2121

2222
func PrintlnVerbose(a ...interface{}) {
2323
if *verbose {

0 commit comments

Comments
 (0)