diff --git a/.travis.yml b/.travis.yml
index 97c2ad2..af42af3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ sudo: false
matrix:
include:
- go: 1.x
- env: VERSION=0.4.2
+ env: VERSION=0.4.3
before_deploy:
- GOARCH=amd64 GOOS=linux CGO_ENABLED=0 go build boilr.go && tar czvf boilr-$VERSION-linux_amd64.tgz boilr
diff --git a/README.md b/README.md
index 36be2ee..308dc01 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Boilr
-
+
diff --git a/install b/install
index 238d686..0a6282f 100755
--- a/install
+++ b/install
@@ -2,8 +2,8 @@
set -u
-[[ "$@" =~ --pre ]] && version=0.4.2 pre=1 ||
- version=0.4.2 pre=0
+[[ "$@" =~ --pre ]] && version=0.4.3 pre=1 ||
+ version=0.4.3 pre=0
# If stdin is a tty, we are "interactive".
interactive=
diff --git a/pkg/boilr/configuration.go b/pkg/boilr/configuration.go
index a1a722a..351bda7 100644
--- a/pkg/boilr/configuration.go
+++ b/pkg/boilr/configuration.go
@@ -16,7 +16,7 @@ const (
AppName = "boilr"
// Version of the application
- Version = "0.4.2"
+ Version = "0.4.3"
// ConfigDirPath is the configuration directory of the application
ConfigDirPath = ".config/boilr"