Skip to content

Commit 133ef8d

Browse files
committedJan 14, 2024
Bump version to 2.1.4
1 parent 171c083 commit 133ef8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ variables:
99
testsFolder: './_tests'
1010
yarnCacheFolder: $(Pipeline.Workspace)/.yarn
1111
nugetCacheFolder: $(Pipeline.Workspace)/.nuget/packages
12-
majorVersion: '2.1.3'
12+
majorVersion: '2.1.4'
1313
minorVersion: $[counter('minorVersion', 1076)]
1414
lidarrVersion: '$(majorVersion).$(minorVersion)'
1515
buildName: '$(Build.SourceBranchName).$(lidarrVersion)'

0 commit comments

Comments
 (0)
Please sign in to comment.