This commit is contained in:
0x1eef 2024-08-22 13:28:04 -03:00
parent 15140450a9
commit 3675b3b441
4 changed files with 6 additions and 4 deletions

View file

@ -1 +0,0 @@
v0.8.8

View file

@ -44,8 +44,10 @@ module Utils
# @return [String] # @return [String]
# Returns the website version # Returns the website version
def version def version
@version ||= File.read(File.join(dirs.root, "VERSION")) @version ||= begin
.gsub(/[^\d.]/, "") path = File.join(dirs.root, "share", "al-quran.reflectslight.io", "VERSION")
File.read(path).gsub(/[^\d.]/, "")
end
end end
## ##

View file

@ -1,4 +1,4 @@
* vNEXT * v0.9.0
**** Add ~share/al-quran.reflectslight.io/documentation/~ **** Add ~share/al-quran.reflectslight.io/documentation/~
This change replaces ~share/doc/al-quran.reflectslight.io~ This change replaces ~share/doc/al-quran.reflectslight.io~

View file

@ -0,0 +1 @@
v0.9.0