Skip to content

Commit

Permalink
Release this version
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberGraceRblx committed Nov 1, 2021
1 parent 45c6731 commit 4b1a8ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Pract/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
-- Created by DataBrain, licensed as public domain.

local Pract = {}
Pract._VERSION = '0.9.5_indev' -- Beta version; test coverage is still needed.
Pract._VERSION = '0.9.5' -- Beta version; test coverage is still needed.
-- Be wary of bugs and an incomplete feature set if using in production.

local Types = require(script.Types)
local PractGlobalSystems = require(script.PractGlobalSystems)
Expand Down

0 comments on commit 4b1a8ea

Please sign in to comment.