diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-18 15:00:24 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-18 15:00:24 +0300 |
| commit | e155089c0bd92a4be38e286bd08bb28b4e88284f (patch) | |
| tree | 56ece97cf8f76dd7a01b471dd71e473c0737a428 /Software/Visual_Studio/Versioning | |
| parent | f25823d812134a71b901562b72adfdb9185812a9 (diff) | |
| download | Tango-e155089c0bd92a4be38e286bd08bb28b4e88284f.tar.gz Tango-e155089c0bd92a4be38e286bd08bb28b4e88284f.zip | |
Machine Studio 1.0.0.2
Diffstat (limited to 'Software/Visual_Studio/Versioning')
| -rw-r--r-- | Software/Visual_Studio/Versioning/GlobalVersionInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Versioning/GlobalVersionInfo.cs b/Software/Visual_Studio/Versioning/GlobalVersionInfo.cs index e067918d5..9d96df6aa 100644 --- a/Software/Visual_Studio/Versioning/GlobalVersionInfo.cs +++ b/Software/Visual_Studio/Versioning/GlobalVersionInfo.cs @@ -9,5 +9,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyCopyright("Copyright © Twine LTD 2017")] [assembly: AssemblyTrademark("Twine LTD")] -[assembly: AssemblyVersion("1.0.0.1")] -[assembly: AssemblyFileVersion("1.0.0.1")] +[assembly: AssemblyVersion("1.0.0.2")] +[assembly: AssemblyFileVersion("1.0.0.2")] |
