diff --git a/gleam.toml b/gleam.toml index 4749c31..5fa8263 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "grom" -version = "3.0.1" +version = "4.0.0" description = "A Gleamy library for the Discord API 🌟" licenses = ["MIT"] repository = { type = "gitlab", user = "grom-gleam", repo = "grom" } diff --git a/src/grom.gleam b/src/grom.gleam index b1dc653..456d910 100644 --- a/src/grom.gleam +++ b/src/grom.gleam @@ -27,5 +27,5 @@ pub type Error { // FUNCTIONS ------------------------------------------------------------------- pub fn version() -> String { - "v3.0.1" + "v4.0.0" }