Skip to content

Commit

Permalink
bump to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavyHorst committed Nov 24, 2016
1 parent 1f0329a commit 762d456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=0.7.0-alpha1
version=0.7.0
date=`date -u '+%Y-%m-%d %H:%M:%S'`
commit=`git rev-parse HEAD`
os_list=( "linux" "darwin" "windows" )
Expand Down
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ canonifyurls = true
provider = "GitHub"
repo_url = "https://github.com/HeavyHorst/remco"

version = "v0.7.0-alpha1"
version = "v0.7.0"
logo = "images/logo.png"
favicon = ""

Expand Down

0 comments on commit 762d456

Please sign in to comment.