Skip to content

Commit

Permalink
Merge pull request #25 from funbox/develop
Browse files Browse the repository at this point in the history
Version 0.12.3
  • Loading branch information
andyone authored Apr 17, 2017
2 parents 274d1e7 + 8e1d1ec commit 763c900
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
// App props
const (
APP = "init-exporter"
VER = "0.12.2"
VER = "0.12.3"
DESC = "Utility for exporting services described by Procfile to init system"
)

Expand All @@ -40,7 +40,7 @@ const (
ARG_APP_NAME = "n:appname"
ARG_DRY_START = "d:dry-start"
ARG_DISABLE_VALIDATION = "D:disable-validation"
ARG_UNINSTALL = "u:unistall"
ARG_UNINSTALL = "u:uninstall"
ARG_FORMAT = "f:format"
ARG_NO_COLORS = "nc:no-colors"
ARG_HELP = "h:help"
Expand Down
5 changes: 4 additions & 1 deletion common/init-exporter.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

Summary: Utility for exporting services described by Procfile to init system
Name: init-exporter
Version: 0.12.2
Version: 0.12.3
Release: 0%{?dist}
Group: Development/Tools
License: MIT
Expand Down Expand Up @@ -132,6 +132,9 @@ rm -rf %{buildroot}
###############################################################################

%changelog
* Mon Apr 17 2017 Anton Novojilov <[email protected]> - 0.12.3-0
- Fixed typo in uninstall option name

* Thu Apr 13 2017 Anton Novojilov <[email protected]> - 0.12.2-0
- Added stderr redirect to /dev/null for env file reading command

Expand Down

0 comments on commit 763c900

Please sign in to comment.