diff --git a/README.md b/README.md
index 6108186be..c317e960e 100644
--- a/README.md
+++ b/README.md
@@ -55,14 +55,14 @@ CEL-Java is available in Maven Central Repository. [Download the JARs here][8] o
 <dependency>
   <groupId>dev.cel</groupId>
   <artifactId>cel</artifactId>
-  <version>0.2.0</version>
+  <version>0.3.0</version>
 </dependency>
 ```
 
 **Gradle**
 
 ```gradle
-implementation 'dev.cel:cel:0.2.0'
+implementation 'dev.cel:cel:0.3.0'
 ```
 
 Then run this example:
diff --git a/publish/cel_version.bzl b/publish/cel_version.bzl
index d6cbc4b31..b918db871 100644
--- a/publish/cel_version.bzl
+++ b/publish/cel_version.bzl
@@ -12,4 +12,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 """Maven artifact version for CEL."""
-CEL_VERSION = "0.3.0-SNAPSHOT"
+CEL_VERSION = "0.3.0"