Skip to content

Commit

Permalink
Add static version number to fix #13.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed Sep 22, 2023
1 parent 35d9f49 commit d85afa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/jsonld.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import {jsonldRequest} from 'jsonld-request';
import path from 'node:path';
import {program} from 'commander';

program.version('1.0.1-0');

// all allowed modes for jsonld-request
const ALLOW_ALL = ['stdin', 'file', 'http', 'https'];
const ALLOW_DEFAULT = ['http', 'https'];
Expand Down

0 comments on commit d85afa4

Please sign in to comment.