Skip to content

Commit

Permalink
Update to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Jul 30, 2022
1 parent dcec693 commit 1694e9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.7.0
VERSION = 0.8.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.7.0"
public let version = "0.8.0"
let cli: CLI
let stream: Streams

Expand Down

0 comments on commit 1694e9c

Please sign in to comment.