From 9084a904f8377bcc44b74ab14337c2c3a469b78f Mon Sep 17 00:00:00 2001
From: KaranGauswami <karangauswami.dev@gmail.com>
Date: Tue, 5 Sep 2023 21:00:54 +0530
Subject: [PATCH] chore: Release freeswitch-esl version 0.1.0

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 2aefd73..2f9bdcf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "freeswitch-esl"
-version = "0.1.0-alpha.1"
+version = "0.1.0"
 authors = ["KaranGauswami <karangauswami.dev@gmail.com>"]
 edition = "2021"
 license = "MIT OR Apache-2.0"