Skip to content

Commit 5e069e2

Browse files
Increment version number to 0.3.0
1 parent b140a7e commit 5e069e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LogstashUI/LogstashUI/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# Example: ALLOWED_HOSTS=yourdomain.com,www.yourdomain.com
4040
ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', '*').split(',')
4141

42-
__VERSION__ = "0.2.1"
42+
__VERSION__ = "0.3.0"
4343
# Application definition
4444

4545
INSTALLED_APPS = [

0 commit comments

Comments
 (0)