Skip to content

Commit

Permalink
Update Utils.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-xhuang committed Sep 10, 2024
1 parent 9cf2500 commit 21ccefc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/snowflake/kafka/connector/Utils.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 Snowflake Inc. All rights reserved.
* Copyright (c) 2024 Snowflake Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
Expand Down Expand Up @@ -65,7 +65,7 @@
public class Utils {

// Connector version, change every release
public static final String VERSION = "2.4.0";
public static final String VERSION = "2.4.1";

// connector parameter list
public static final String NAME = "name";
Expand Down

0 comments on commit 21ccefc

Please sign in to comment.