Skip to content

Commit b41c088

Browse files
committed
Update Makefile, version number [skip ci]
1 parent e721401 commit b41c088

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ docker:
3535

3636
install:
3737
$(SC) build --configuration release -Xswiftc -static-stdlib
38+
39+
configure: install
3840
mkdir -p $(CONFIGDIR)
3941
cd .assets && cp -r templates $(CONFIGDIR)
4042
cd .assets/scripts && cp -r completion $(CONFIGDIR)

Sources/HazelCore/Support/Constants/Application.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Foundation
99
public enum Application {
1010

1111
public static let appName: String = "Hazel"
12-
public static let version: String = "1.0.0"
12+
public static let version: String = "1.0.1"
1313

1414
public enum Paths {
1515
#if DEBUG

0 commit comments

Comments
 (0)