Skip to content

Commit

Permalink
2024-10-02T2219Z
Browse files Browse the repository at this point in the history
  • Loading branch information
Windows81 committed Oct 2, 2024
1 parent b4066ea commit 5ce1c62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*/**
!.vscode/
!Guides/
!Guides/**
!Source/
!Examples/
!Examples/**
Expand Down
4 changes: 2 additions & 2 deletions Source/util/const.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT_RELEASE_VERSION = '''0.53.2'''
GIT_RELEASE_VERSION = '''0.53.3'''

ZIPPED_RELEASE_VERSION = '''0.53.0'''
ZIPPED_RELEASE_VERSION = '''0.53.3'''
ZIPPED_RELEASE_LINK_FORMAT = 'https://github.com/Windows81/Roblox-Freedom-Distribution/releases/download/%s/%s.%s.7z'

PLACE_IDEN_CONST = 1818
Expand Down

0 comments on commit 5ce1c62

Please sign in to comment.