Skip to content

Commit

Permalink
chore: Update CURRENT_VERSION to v1.0.8-alpha
Browse files Browse the repository at this point in the history
Signed-off-by: Namit Arjaria <[email protected]>
  • Loading branch information
depleur committed Jul 25, 2024
1 parent e2cc05d commit ac7cbd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion game.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from updater import Updater
from tkinter import messagebox

CURRENT_VERSION = "v1.0.7-alpha"
CURRENT_VERSION = "v1.0.8-alpha"


class Card:
Expand Down
3 changes: 0 additions & 3 deletions updater.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import requests
import json
import os
import sys
import tkinter as tk
from tkinter import messagebox
import threading
Expand Down

0 comments on commit ac7cbd3

Please sign in to comment.