Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beltex committed Oct 5, 2017
1 parent 3f9b45f commit 3c49426
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
Expand Up @@ -2,7 +2,7 @@ INSTALL_FOLDER = /usr/local/bin
MANPAGE_FOLDER = /usr/local/share/man/man1
DOCS_FOLDER = docs
XCODE_CONFIG = Release
DSHB_VERSION = 0.1.0
DSHB_VERSION = 0.2.0
ARCHIVE_FOLDER = archive
ARCHIVE_NAME = dshb-${DSHB_VERSION}-source
SUBMODULES_PATH = libs
Expand Down
2 changes: 1 addition & 1 deletion dshb/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import Darwin.ncurses
//------------------------------------------------------------------------------

/// Application version
let dshbVersion = "0.1.0"
let dshbVersion = "0.2.0"

/// Statistic update frequency in seconds. Default is 1
let updateFrequency: UInt64
Expand Down

0 comments on commit 3c49426

Please sign in to comment.