Skip to content

Commit cf877f8

Browse files
authored
Merge pull request #151 from DSoLetsDev/2.3.9
updating client version number
2 parents c8236aa + b5eb3b3 commit cf877f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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("@bcgov/pipeline-cli").Util.parseArguments();
33
const changeId = options.pr; // aka pull-request
4-
const version = "2.3.7";
4+
const version = "2.3.9";
55
const name = "transaction";
66

77
Object.assign(options.git, { owner: "ychung-mot", repository: "TransAction" });

0 commit comments

Comments
 (0)