Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Final pre-release 0.3.1 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kolya5544 committed Feb 9, 2020
1 parent 17a6ead commit 20d4162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BearFTP/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Program
public static Directory root = new Directory();

//Current version
public static string _VERSION = "v0.3.0 BETA";
public static string _VERSION = "v0.3.1 BETA";

//Default log.
public static StreamWriter logfile = new StreamWriter("log.txt", true);
Expand Down

0 comments on commit 20d4162

Please sign in to comment.