Skip to content

Commit 96c6675

Browse files
committed
bump development version
1 parent a29ab9a commit 96c6675

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
JavaMacLauncher 1.0.0
2-
=====================
1+
JavaMacLauncher 1.1.0-SNAPSHOT
2+
==============================
33

44
This application is a native Java application launcher written in [Go](https://golang.org/), that is intended for integration into a [macOS application bundle](https://en.wikipedia.org/wiki/Bundle_(macOS)).
55

src/JavaMacLauncher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"strings"
2525
)
2626

27-
const VERSION = "1.0.0"
27+
const VERSION = "1.1.0-SNAPSHOT"
2828

2929
// Main structure of a plist file.
3030
type plistDataType struct {

0 commit comments

Comments
 (0)