Skip to content

Commit e4a81cf

Browse files
committed
v0.1.8
1 parent 995169d commit e4a81cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MapEditor/Scripts/ToolTips.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace RustMapEditor.Variables
44
{
55
public static class ToolTips
66
{
7-
public const string EditorVersion = "v0.1.7";
7+
public const string EditorVersion = "v0.1.8";
88
public static GUIContent cancel = new GUIContent("Cancel", "Cancels the current operation");
99
public static GUIContent optionsLabel = new GUIContent("Options");
1010

0 commit comments

Comments
 (0)