Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamQiufeng committed Aug 28, 2022
1 parent e0def3b commit e1924c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PseudoCode.Core/Runtime/PseudoProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace PseudoCode.Core.Runtime;
/// </summary>
public class PseudoProgram
{
public static readonly Version Version = new(1, 1, 6);
public static readonly Version Version = new(1, 2, 0);

/// <summary>
/// Stores feedbacks during parsing and typechecking (metaoperation)
Expand Down

0 comments on commit e1924c8

Please sign in to comment.