Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shlima committed Nov 10, 2019
1 parent 7ec37c8 commit 6d3c41e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -3,6 +3,10 @@
help:
@echo 'Available targets:'
@echo ' make dockerize OR make ARGS="--build" dockerize'
@echo ' make release'

dockerize:
docker-compose up ${ARGS}

release:
bin/release.sh
5 changes: 5 additions & 0 deletions bin/release.sh
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

rm ./*.gem
gem build click_house.gemspec
gem push click_house-*
2 changes: 1 addition & 1 deletion lib/click_house/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ClickHouse
VERSION = '1.0.0'
VERSION = '1.1.0'
end

0 comments on commit 6d3c41e

Please sign in to comment.