Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
crugas committed Dec 15, 2021
1 parent d91d765 commit 74ffa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion as_xtf_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ def run_gui(defaults):
window_about_active = True
layout_about = [
[sg.Text("Created by Corey Schmidt for the University of Georgia Libraries\n\n"
"Version: 1.4.4-UGA\n\n" # TODO Change Version #
"Version: 1.5.0-UGA\n\n" # TODO Change Version #
"To check for the latest versions, check the Github\n", font=("Roboto", 12))],
[sg.OK(bind_return_key=True, key="_ABOUT_OK_"), sg.Button(" Check Github ", key="_CHECK_GITHUB_"),
sg.Button(" Check GUI Info ", key="_CHECK_PYPSG_")]
Expand Down

0 comments on commit 74ffa97

Please sign in to comment.