Skip to content

Commit

Permalink
Version 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot committed Mar 29, 2019
1 parent 140ae8b commit 96d7adc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SnakeTail/Properties/AssemblyInfo.cs
Expand Up @@ -47,5 +47,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.9.4.0")]
[assembly: AssemblyFileVersion("1.9.4.0")]
[assembly: AssemblyVersion("1.9.5.0")]
[assembly: AssemblyFileVersion("1.9.5.0")]
2 changes: 1 addition & 1 deletion SnakeTail/TailForm.cs
Expand Up @@ -98,7 +98,7 @@ partial class TailForm : Form, ITailForm
bool _displayTabIcon = false;
List<ExternalToolConfig> _externalTools;
Color _bookmarkTextColor = Color.Yellow; // Default bookmark text color
Color _bookmarkBackColor = Color.DarkGreen; // Default bookmark background color
Color _bookmarkBackColor = Color.Green; // Default bookmark background color
List<int> _bookmarks = new List<int>();
ThreadPoolQueue _threadPoolQueue = null;

Expand Down

0 comments on commit 96d7adc

Please sign in to comment.