Skip to content

Commit

Permalink
Merge pull request #674 from nats-io/bump-version
Browse files Browse the repository at this point in the history
[BUMP] client and deno versions
  • Loading branch information
aricart committed Mar 26, 2024
2 parents b51b963 + 35bfc82 commit 948f2fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
environment: CI
strategy:
matrix:
deno-version: [1.36.4]
deno-version: [1.41.3]

steps:
- name: Git Checkout Deno Module
Expand Down
4 changes: 2 additions & 2 deletions src/deno_transport.ts
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 The NATS Authors
* Copyright 2020-2024 The NATS Authors
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down Expand Up @@ -34,7 +34,7 @@ import {
Transport,
} from "../nats-base-client/internal_mod.ts";

const VERSION = "1.19.0";
const VERSION = "1.21.0";
const LANG = "nats.deno";

const ReadBufferSize = 1024 * 256;
Expand Down

0 comments on commit 948f2fa

Please sign in to comment.