Skip to content

Commit

Permalink
Update to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Apr 12, 2022
1 parent e8eb75e commit 360dc2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/Packages
/*.xcodeproj
.swiftpm/*
.vscode/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TOOL_NAME = Genesis
export EXECUTABLE_NAME = genesis
VERSION = 0.6.0
VERSION = 0.7.0

PREFIX = /usr/local
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)
Expand Down
2 changes: 1 addition & 1 deletion Sources/GenesisCLI/GenesisCLI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import SwiftCLI

public class GenesisCLI {

public let version = "0.6.0"
public let version = "0.7.0"
let cli: CLI
let stream: Streams

Expand Down

0 comments on commit 360dc2c

Please sign in to comment.