Skip to content

Commit 3bd9b84

Browse files
committed
bump version to 0.12.0
1 parent 4d62fcf commit 3bd9b84

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0
1+
0.12.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Concourse
22

3-
![](https://img.shields.io/badge/version-0.11.0-green.svg)
3+
![](https://img.shields.io/badge/version-0.12.0-green.svg)
44
![](https://img.shields.io/badge/status-alpha-orange.svg) ![](https://img.shields.io/badge/license-Apache%202-blue.svg)
55
[![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)
66
[![](https://circleci.com/gh/cinchapi/concourse.svg?style=shield&circle-token=954a20e6114d649b1b6a046d95b953e7d05d2e2f)](https://circleci.com/gh/cinchapi/concourse)
77

88
> [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.
99
10-
This is version 0.11.0 of Concourse.
10+
This is version 0.12.0 of Concourse.
1111

1212
## Quickstart
1313
### Docker

concourse-driver-java/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ The concourse jar is available at [Maven Central](http://search.maven.org/#searc
1212
}
1313

1414
dependencies {
15-
compile 'com.cinchapi:concourse-driver-java:0.11.0+'
15+
compile 'com.cinchapi:concourse-driver-java:0.12.0+'
1616
}
1717

1818
If you prefer to use another dependency manager like Maven or Ivy, then use the following project information when declaring the dependency:
1919

2020
GroupId: com.cinchapi
2121
ArtifactId: concourse-driver-java
22-
Version: 0.11.0+
22+
Version: 0.12.0+
2323

2424
Alternatively, you can [download](http://cinchapi.org/concourse/download-api) the latest jar and manually add it to your project's classpath.
2525

concourse-driver-php/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cinchapi/concourse-driver-php",
33
"description": "Official PHP driver for Concourse",
4-
"version": "0.11.0",
4+
"version": "0.12.0",
55
"type": "library",
66
"keywords": ["concourse", "nosql", "bigdata"],
77
"homepage": "http://concoursedb.com",

interface/concourse.thrift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace rb concourse.thrift
4848
#
4949
# As much as possible, try to preserve backward compatibility so that
5050
# Concourse Server can always talk to older drivers.
51-
const string VERSION = "0.11.0"
51+
const string VERSION = "0.12.0"
5252

5353
# This value is passed over the wire to represent a null value, usually
5454
# for get/select methods where a key/record has no data.

0 commit comments

Comments
 (0)