Skip to content

Commit

Permalink
Preparing for release 3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiah-c-leary committed Dec 12, 2023
1 parent 33a209b commit c3e408e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vsg/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess
import os

sVersion = '3.18.0'
sVersion = '3.19.0'


def print_version(oCommandLineArguments):
Expand All @@ -20,7 +20,7 @@ def print_version(oCommandLineArguments):

def get_version_info():

sVersion = '3.18.0'
sVersion = '3.19.0'

if reporting_from_zip_file():
return sVersion + '+zip.file', 'Unknown. Installed via zip file.'
Expand Down

0 comments on commit c3e408e

Please sign in to comment.