v0.9.0
This commit is contained in:
parent
15140450a9
commit
3675b3b441
4 changed files with 6 additions and 4 deletions
1
VERSION
1
VERSION
|
@ -1 +0,0 @@
|
|||
v0.8.8
|
|
@ -44,8 +44,10 @@ module Utils
|
|||
# @return [String]
|
||||
# Returns the website version
|
||||
def version
|
||||
@version ||= File.read(File.join(dirs.root, "VERSION"))
|
||||
.gsub(/[^\d.]/, "")
|
||||
@version ||= begin
|
||||
path = File.join(dirs.root, "share", "al-quran.reflectslight.io", "VERSION")
|
||||
File.read(path).gsub(/[^\d.]/, "")
|
||||
end
|
||||
end
|
||||
|
||||
##
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
* vNEXT
|
||||
* v0.9.0
|
||||
|
||||
**** Add ~share/al-quran.reflectslight.io/documentation/~
|
||||
This change replaces ~share/doc/al-quran.reflectslight.io~
|
||||
|
|
1
share/al-quran.reflectslight.io/VERSION
Normal file
1
share/al-quran.reflectslight.io/VERSION
Normal file
|
@ -0,0 +1 @@
|
|||
v0.9.0
|
Loading…
Reference in a new issue