Skip to content

Commit

Permalink
revise version
Browse files Browse the repository at this point in the history
  • Loading branch information
lap1817 committed Sep 4, 2017
1 parent 2cd3c39 commit 80bbf62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
synapse (0.15.1)
synapse (0.15.0)
aws-sdk (~> 1.39)
docker-api (~> 1.7)
hashdiff (~> 0.2.3)
Expand Down
1 change: 1 addition & 0 deletions lib/synapse/config_generator/haproxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,7 @@ def construct_name(backend)
class HaproxyState
include Synapse::Logging

# TODO: enable version in the Haproxy Cache File
KEY_WATCHER_CONFIG_FOR_GENERATOR = "watcher_config_for_generator"
NON_BACKENDS_KEYS = [KEY_WATCHER_CONFIG_FOR_GENERATOR]

Expand Down
2 changes: 1 addition & 1 deletion lib/synapse/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Synapse
VERSION = "0.15.1"
VERSION = "0.15.0"
end

0 comments on commit 80bbf62

Please sign in to comment.