Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Amazon.SecretsManager.Extensions.Caching/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ internal static class VersionInfo
/// <summary>
/// Incremented for design changes that break backward compatibility.
/// </summary>
public const string VERSION_NUM = "1";
public const string VERSION_NUM = "2";

/// <summary>
/// Incremented for major changes to the implementation
/// </summary>
public const string MAJOR_REVISION_NUM = "1";
public const string MAJOR_REVISION_NUM = "0";

/// <summary>
/// Incremented for minor changes to the implementation
Expand Down
Loading