Skip to content

Commit 7baf272

Browse files
authored
Merge pull request #54 from bcgov/2.1
2.1 to master
2 parents 7e6761c + e4a3b10 commit 7baf272

File tree

115 files changed

+4318
-1314
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+4318
-1314
lines changed

.pipeline/lib/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22
const options = require("pipeline-cli").Util.parseArguments();
33
const changeId = options.pr; //aka pull-request
4-
const version = "2.0.0";
4+
const version = "2.1.0";
55
const name = "transaction";
66

77
// prettier-ignore

0 commit comments

Comments
 (0)