Skip to content

Commit d0dcd9b

Browse files
authored
Merge pull request #6172 from IntersectMBO/aniketd/fixup-version-10-3
Fixup version 10.3
2 parents 8aaa929 + 7d2abc3 commit d0dcd9b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/github-page.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ jobs:
3131

3232
- name: Fetch nix cache and update cabal indices
3333
run: |
34-
nix develop .\#project.x86_64-linux.projectVariants.ghc96.shell --command \
34+
nix develop --command \
3535
cabal update
3636
3737
- name: Build whole project
3838
run: |
39-
nix develop .\#project.x86_64-linux.projectVariants.ghc96.shell --command \
39+
nix develop --command \
4040
cabal build all
4141
4242
- name: Build documentation
4343
run: |
44-
nix develop .\#project.x86_64-linux.projectVariants.ghc96.shell --command \
44+
nix develop --command \
4545
cabal haddock-project --local --output=./haddocks --internal --foreign-libraries
4646
4747
- name: Compress haddocks

cardano-node/cardano-node.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-node
4-
version: 10.3.0.0
4+
version: 10.3.0
55
synopsis: The cardano full node
66
description: The cardano full node.
77
category: Cardano,

0 commit comments

Comments
 (0)