We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e721401 commit b41c088Copy full SHA for b41c088
Makefile
@@ -35,6 +35,8 @@ docker:
35
36
install:
37
$(SC) build --configuration release -Xswiftc -static-stdlib
38
+
39
+configure: install
40
mkdir -p $(CONFIGDIR)
41
cd .assets && cp -r templates $(CONFIGDIR)
42
cd .assets/scripts && cp -r completion $(CONFIGDIR)
Sources/HazelCore/Support/Constants/Application.swift
@@ -9,7 +9,7 @@ import Foundation
9
public enum Application {
10
11
public static let appName: String = "Hazel"
12
- public static let version: String = "1.0.0"
+ public static let version: String = "1.0.1"
13
14
public enum Paths {
15
#if DEBUG
0 commit comments