From fb7ab92c60b256a7bb12561c4851baf7461a9c22 Mon Sep 17 00:00:00 2001 From: Jeff Nelson Date: Tue, 6 Aug 2019 14:53:15 -0400 Subject: [PATCH] update version --- .version | 2 +- README.md | 4 ++-- concourse-driver-java/README.md | 4 ++-- concourse-driver-php/composer.json | 2 +- interface/concourse.thrift | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.version b/.version index 78bc1abd14..571215736a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.10.0 +0.10.1 diff --git a/README.md b/README.md index d05477e08a..321f8897d1 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Concourse - ![](https://img.shields.io/badge/version-0.10.0-green.svg) + ![](https://img.shields.io/badge/version-0.10.1-green.svg) ![](https://img.shields.io/badge/status-alpha-orange.svg) ![](https://img.shields.io/badge/license-Apache%202-blue.svg) [![Join the chat at https://gitter.im/cinchapi/concourse](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cinchapi/concourse?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![](https://circleci.com/gh/cinchapi/concourse.svg?style=shield&circle-token=954a20e6114d649b1b6a046d95b953e7d05d2e2f)](https://circleci.com/gh/cinchapi/concourse) > [Concourse](http://concoursedb.com) is a distributed database warehouse for transactions search and analytics across time. Developers prefer Concourse because it simplifies building misssion-critical systems with on-demand data intelligence. Furthermore, Concourse makes end-to-end data management trivial by requiring no extra infrastructure, no prior configuration and no continuous tuning–all of which greatly reduce costs, and allow developers to focus on core business problems. -This is version 0.10.0 of Concourse. +This is version 0.10.1 of Concourse. ## Quickstart ### Docker diff --git a/concourse-driver-java/README.md b/concourse-driver-java/README.md index 2c572fcfad..2f7389905d 100644 --- a/concourse-driver-java/README.md +++ b/concourse-driver-java/README.md @@ -12,14 +12,14 @@ The concourse jar is available at [Maven Central](http://search.maven.org/#searc } dependencies { - compile 'com.cinchapi:concourse-driver-java:0.10.0+' + compile 'com.cinchapi:concourse-driver-java:0.10.1+' } If you prefer to use another dependency manager like Maven or Ivy, then use the following project information when declaring the dependency: GroupId: com.cinchapi ArtifactId: concourse-driver-java - Version: 0.10.0+ + Version: 0.10.1+ Alternatively, you can [download](http://cinchapi.org/concourse/download-api) the latest jar and manually add it to your project's classpath. diff --git a/concourse-driver-php/composer.json b/concourse-driver-php/composer.json index 539ac12624..e3224b1162 100644 --- a/concourse-driver-php/composer.json +++ b/concourse-driver-php/composer.json @@ -1,7 +1,7 @@ { "name": "cinchapi/concourse-driver-php", "description": "Official PHP driver for Concourse", - "version": "0.10.0", + "version": "0.10.1", "type": "library", "keywords": ["concourse", "nosql", "bigdata"], "homepage": "http://concoursedb.com", diff --git a/interface/concourse.thrift b/interface/concourse.thrift index 7bd6079991..d8d1774001 100644 --- a/interface/concourse.thrift +++ b/interface/concourse.thrift @@ -48,7 +48,7 @@ namespace rb concourse.thrift # # As much as possible, try to preserve backward compatibility so that # Concourse Server can always talk to older drivers. -const string VERSION = "0.10.0" +const string VERSION = "0.10.1" # This value is passed over the wire to represent a null value, usually # for get/select methods where a key/record has no data.