We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1752265 commit 72b81f4Copy full SHA for 72b81f4
2 files changed
README.md
@@ -55,14 +55,14 @@ CEL-Java is available in Maven Central Repository. [Download the JARs here][8] o
55
<dependency>
56
<groupId>dev.cel</groupId>
57
<artifactId>cel</artifactId>
58
- <version>0.2.0</version>
+ <version>0.3.0</version>
59
</dependency>
60
```
61
62
**Gradle**
63
64
```gradle
65
-implementation 'dev.cel:cel:0.2.0'
+implementation 'dev.cel:cel:0.3.0'
66
67
68
Then run this example:
publish/cel_version.bzl
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
"""Maven artifact version for CEL."""
15
-CEL_VERSION = "0.3.0-SNAPSHOT"
+CEL_VERSION = "0.3.0"
0 commit comments